libkovan  1
The kovan standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
geom.h File Reference
#include "export.h"

Go to the source code of this file.

Classes

struct  point2
 
struct  rectangle
 

Typedefs

typedef struct point2 point2
 
typedef struct rectangle rectangle
 

Functions

EXPORT_SYM point2 create_point2 (int x, int y)
 
EXPORT_SYM rectangle create_rectangle (int ulx, int uly, int width, int height)
 

Typedef Documentation

typedef struct point2 point2
typedef struct rectangle rectangle

Function Documentation

EXPORT_SYM point2 create_point2 ( int  x,
int  y 
)
EXPORT_SYM rectangle create_rectangle ( int  ulx,
int  uly,
int  width,
int  height 
)